home *** CD-ROM | disk | FTP | other *** search
/ Developer Helper 1: Phil & Dave's Excellent CD / Excellent CD HFS.raw / Moof / Goodies / HyperCard Goodies / Serial Toolkit / Source Code / makefile < prev    next >
Makefile  |  1988-11-18  |  3KB  |  92 lines

  1. #
  2. # This makefile will build all of the basic serial port XCMDs.
  3. #
  4. # 2/88 - Initial coding by Harry R. Chesley.
  5. #
  6.  
  7. POptions    =    -w
  8.  
  9. HyperCommands    ƒƒ    breakSPort.p.o
  10.     link -m ENTRYPOINT -o HyperCommands -rt XCMD=7030 -sn Main=breakSPort ∂
  11.         breakSPort.p.o "{MPW}"Libraries:interface.o
  12.  
  13. breakSPort.p.o    ƒ    breakSPort.p SPortUtil.inc
  14.  
  15. HyperCommands    ƒƒ    closeSPort.p.o
  16.     link -m ENTRYPOINT -o HyperCommands -rt XCMD=7031 -sn Main=closeSPort ∂
  17.         closeSPort.p.o "{MPW}"Libraries:interface.o
  18.  
  19. closeSPort.p.o    ƒ    closeSPort.p SPortUtil.inc
  20.  
  21. HyperCommands    ƒƒ    killSPort.p.o
  22.     link -m ENTRYPOINT -o HyperCommands -rt XCMD=7032 -sn Main=killSPort ∂
  23.         killSPort.p.o "{MPW}"Libraries:interface.o
  24.  
  25. killSPort.p.o    ƒ    killSPort.p SPortUtil.inc
  26.  
  27. HyperCommands    ƒƒ    sendSPort.p.o
  28.     link -m ENTRYPOINT -o HyperCommands -rt XCMD=7033 -sn Main=sendSPort ∂
  29.         sendSPort.p.o "{MPW}"Libraries:interface.o
  30.  
  31. sendSPort.p.o    ƒ    sendSPort.p SPortUtil.inc
  32.  
  33. HyperCommands    ƒƒ    setSPortBufferSize.p.o
  34.     link -m ENTRYPOINT -o HyperCommands -rt XCMD=7034 -sn Main=setSPortBufferSize ∂
  35.         setSPortBufferSize.p.o "{MPW}"Libraries:interface.o
  36.  
  37. setSPortBufferSize.p.o    ƒ    setSPortBufferSize.p SPortUtil.inc
  38.  
  39. HyperCommands    ƒƒ    configureSPort.p.o
  40.     link -m ENTRYPOINT -o HyperCommands -rt XCMD=7035 -sn Main=configureSPort ∂
  41.         configureSPort.p.o "{MPW}"Libraries:interface.o
  42.  
  43. configureSPort.p.o    ƒ    configureSPort.p SPortUtil.inc
  44.  
  45. HyperCommands    ƒƒ    XModem.p.o
  46.     link -m ENTRYPOINT -o HyperCommands -rt XCMD=7036 -sn Main=XModem ∂
  47.         XModem.p.o "{MPW}"Libraries:interface.o "{MPW}"PLibraries:PasLib.o
  48.  
  49. XModem.p.o    ƒ    XModem.p SPortUtil.inc
  50.  
  51. HyperCommands    ƒƒ    charsAvailable.p.o
  52.     link -m ENTRYPOINT -o HyperCommands -rt XFCN=7030 -sn Main=charsAvailable ∂
  53.         charsAvailable.p.o "{MPW}"Libraries:interface.o
  54.  
  55. charsAvailable.p.o    ƒ    charsAvailable.p SPortUtil.inc
  56.  
  57. HyperCommands    ƒƒ    recvChars.p.o
  58.     link -m ENTRYPOINT -o HyperCommands -rt XFCN=7031 -sn Main=recvChars ∂
  59.         recvChars.p.o "{MPW}"Libraries:interface.o
  60.  
  61. recvChars.p.o    ƒ    recvChars.p SPortUtil.inc
  62.  
  63. HyperCommands    ƒƒ    recvUpTo.p.o
  64.     link -m ENTRYPOINT -o HyperCommands -rt XFCN=7032 -sn Main=recvUpTo ∂
  65.         recvUpTo.p.o "{MPW}"Libraries:interface.o
  66.  
  67. recvUpTo.p.o    ƒ    recvUpTo.p SPortUtil.inc
  68.  
  69. HyperCommands    ƒƒ    sendSPortDone.p.o
  70.     link -m ENTRYPOINT -o HyperCommands -rt XFCN=7033 -sn Main=sendSPortDone ∂
  71.         sendSPortDone.p.o "{MPW}"Libraries:interface.o
  72.  
  73. sendSPortDone.p.o    ƒ    sendSPortDone.p SPortUtil.inc
  74.  
  75. HyperCommands    ƒƒ    SPortBufferSize.p.o
  76.     link -m ENTRYPOINT -o HyperCommands -rt XFCN=7034 -sn Main=SPortBufferSize ∂
  77.         SPortBufferSize.p.o "{MPW}"Libraries:interface.o
  78.  
  79. SPortBufferSize.p.o    ƒ    SPortBufferSize.p SPortUtil.inc
  80.  
  81. HyperCommands    ƒƒ    SPortVersion.p.o
  82.     link -m ENTRYPOINT -o HyperCommands -rt XFCN=7035 -sn Main=SPortVersion ∂
  83.         SPortVersion.p.o
  84.  
  85. SPortVersion.p.o    ƒ    SPortVersion.p SPortUtil.inc
  86.  
  87. HyperCommands    ƒƒ    SPortConfiguration.p.o
  88.     link -m ENTRYPOINT -o HyperCommands -rt XFCN=7036 -sn Main=SPortConfiguration ∂
  89.         SPortConfiguration.p.o "{MPW}"Libraries:interface.o "{MPW}"PLibraries:PasLib.o
  90.  
  91. SPortConfiguration.p.o    ƒ    SPortConfiguration.p SPortUtil.inc
  92.